Skip to content

Bump @pinecone-database/pinecone from 5.1.2 to 6.1.4 - #4

Merged
wpak-ai merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pinecone-database/pinecone-6.1.4
Jan 26, 2026
Merged

Bump @pinecone-database/pinecone from 5.1.2 to 6.1.4#4
wpak-ai merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pinecone-database/pinecone-6.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Copy link
Copy Markdown
Contributor

Bumps @pinecone-database/pinecone from 5.1.2 to 6.1.4.

Release notes

Sourced from @​pinecone-database/pinecone's releases.

Release v6.1.4

What's changed

This patch release adds an optional configuration that can allow AI coding agents working with the SDK to identify themselves. This information is incorporated into request User-Agent headers to help us track how our product is being used.

const pc = new Pinecone({
   apiKey: 'your-api-key',
   caller: {
     provider: 'google',
     model: 'gemini'
   }
});

Full Changelog: pinecone-io/pinecone-ts-client@v6.1.3...v6.1.4

v6.1.3

This release fixes a bug in Assistant.listFiles() when using a filter - there's no need to provide a top-level metadata key inside of the filter object.

What's Changed

New Contributors

Full Changelog: pinecone-io/pinecone-ts-client@v6.1.2...v6.1.3

Release v6.1.2

Assistant.describeFile now exposes includeUrl as an optional argument, and it will default to true if not provided. sourceCollection is also now exposed on CreateIndexServerlessSpec and IndexModel.

What's Changed

Full Changelog: pinecone-io/pinecone-ts-client@v6.1.1...v6.1.2

Release v6.1.1

What's Changed

Full Changelog: pinecone-io/pinecone-ts-client@v6.1.0...v6.1.1

Release v6.1.0

This release adds a new ChatContextOptions type which allows passing contextOptions in ChatOptions when calling chat or chatStream. ChatContextOptions supports passing topK and snippetSize. There have also been fixes made to context and chat methods to fix issues with argument parameters not being properly passed with the requests.

What's Changed

... (truncated)

Commits
  • 4dca6bb [skip ci] Publish release v6.1.4
  • 3b8e02d Add caller configuration to User-Agent header (#359)
  • 77a7850 [skip ci] Publish release v6.1.3
  • 193ba4e Fix list files with filter in Assistant (#355)
  • b5be882 Add tsx as a devDependency, clean up setup GH action (#352)
  • bcb2e5e Handle errors in cleanupResources (#351)
  • 060da7f [skip ci] Publish release v6.1.2
  • c06cd64 Expose includeUrl in Assistant.describeFile, add sourceCollection for s...
  • 399a857 [skip ci] Publish release v6.1.1
  • b98e875 Regenerate core, expose privateHost and temperature (#348)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​pinecone-database/pinecone since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@pinecone-database/pinecone](https://github.com/pinecone-io/pinecone-ts-client) from 5.1.2 to 6.1.4.
- [Release notes](https://github.com/pinecone-io/pinecone-ts-client/releases)
- [Commits](pinecone-io/pinecone-ts-client@v5.1.2...v6.1.4)

---
updated-dependencies:
- dependency-name: "@pinecone-database/pinecone"
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jan 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@wpak-ai
wpak-ai merged commit 83b2a49 into main Jan 26, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/pinecone-database/pinecone-6.1.4 branch January 26, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant